All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.music.InstKnob

java.lang.Object
   |
   +----quicktime.util.QTByteObject
           |
           +----quicktime.std.music.InstKnob

public final class InstKnob
extends QTByteObject
Contains information about state of a knob.


Constructor Index

 o InstKnob()
Makes an instance of this class

Method Index

 o getNumber()
The number of the knob.
 o getValue()
The value of the knob.
 o setNumber(int)
The number of the knob.
 o setValue(int)
The value of the knob.

Constructors

 o InstKnob
 public InstKnob()
Makes an instance of this class

Methods

 o getNumber
 public int getNumber()
The number of the knob.

 o setNumber
 public void setNumber(int number)
The number of the knob.

 o getValue
 public int getValue()
The value of the knob.

 o setValue
 public void setValue(int value)
The value of the knob.


All Packages  Class Hierarchy  This Package  Previous  Next  Index